net/http.wantConn.pc (field)
13 uses
net/http (current package)
transport.go#L1218: pc *persistConn
transport.go#L1237: if w.pc != nil || w.err != nil {
transport.go#L1241: w.pc = pc
transport.go#L1243: if w.pc == nil && w.err == nil {
transport.go#L1254: if w.pc == nil && w.err == nil {
transport.go#L1257: pc := w.pc
transport.go#L1258: w.pc = nil
transport.go#L1373: pc := w.pc
transport.go#L1397: if w.pc != nil && w.pc.alt == nil && trace != nil && trace.GotConn != nil {
transport.go#L1398: trace.GotConn(httptrace.GotConnInfo{Conn: w.pc.conn, Reused: w.pc.isReused()})
transport.go#L1418: return w.pc, w.err
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |